PlotArea Class

Represents a coordinate system in which data is plotted including defined axes.

Definition

Namespace: Independentsoft.Office.Odf.Charts
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class PlotArea : IContentElement
Inheritance
Object    PlotArea
Implements
IContentElement

Constructors

PlotArea Initializes a new instance of the PlotArea class.

Properties

Axes Contains collection of axis.
CellRange Contains ranges from which all the data for the chart comes. The range given here is interpreted by the chart as consecutive series.
Floor Specifies the floor of a chart.
Height Contains the default height for new frames that are created using the graphics style.
Series Contains collection of data series.
Style Contains name that reference style mechanisms.
Wall Contains the wall of a chart. For two-dimensional charts, the wall spans the entire plot area. For three-dimensional charts, the wall consists of two perpendicular rectangles.
Width Contains the width of a chart. If it is omitted, the size of a chart is determined by the size of the window in which the chart is displayed.
X Contains the X coordinate of plot area.
Y Contains the Y coordinate of plot area.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current PlotArea object to its equivalent string representation.
(Overrides ObjectToString)

See Also